home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KF16A.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.4 KB  |  66 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM
  14. REM Falcon 3.0 from Spectrum HoloByte - using ANALOG throttle control.
  15.  
  16. REM Set BLACK hat mode switch to DIGITAL, RED mode switch to ANALOG.
  17.  
  18. REM Select JOYSTICK as control from CONFIGS - SYSTEM SETUP.
  19.  
  20. MDEF KF16
  21.  
  22. @AnalogThrottle
  23.  
  24. BTN UB /U CycleA-A
  25.        /M CycleA-A
  26.        /D CycleA-G
  27. BTN MB /U RadarScanDistanc
  28.        /M RadarScanDistanc
  29.        /D ILSHUD
  30. BTN LB FwdUp/Dn
  31. BTN HU /T Padlock
  32.        /T FwdView
  33. BTN HR RadarAntennaElev
  34. BTN HL RadarAzimuthScan
  35. BTN HD ECMon/off
  36. BTN HM AWACSInfo
  37. BTN 1 /U FlareChaff3X
  38.       /M ECMRdrFlareChaff
  39.       /D ILSBeacon/Direct
  40. BTN 2 /U /N AVTROn/Off
  41.       /M /N AVTROn/Off
  42.       /D Flares
  43. BTN 3 /U TargetSelect
  44.       /M TargetSelect
  45.       /D Gear
  46. BTN 4 /U BreakRadarLock
  47.       /M BreakRadarLock
  48.       /D WheelBrakes
  49. BTN 5 /U /P TargetLock
  50.          /R IFF
  51.       /M /P TargetLock
  52.          /R IFF
  53.       /D BypassWaypoint
  54. BTN 6 SpeedBrake
  55. RKR UP /P ACMRadar
  56.        /R NAMRadar
  57. RKR DN /P GMRadar
  58.        /R NAMRadar
  59.  
  60. rem NOTE: THIS FILE IS TO BE USED WITH THE NEW CHIP AND MICROCODE FOR THE
  61. rem MARK II WCS ONLY.  IF YOU DO NOT HAVE THIS CHIP, THEN CONTACT THRUSTMASTER
  62. rem TO INQUIRE ABOUT UPGRADING TO THE NEW CHIP AND MICROCODE!!!!
  63. rem How can you tell if you have the new chip and microcode?  At the C:\MARK2
  64. rem Dos prompt type DIR MK2LOAD.EXE and hit enter.  If it says "File not found
  65. rem then you have the old microcode version that uses DOWNLOAD.EXE instead.
  66.